home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / MindScape.swf / scripts / DefineButton2_948 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-12-04  |  211 b   |  9 lines

  1. on(release){
  2.    _root.score += _root.health * 2;
  3.    _root.score += _root.lifes * 200;
  4.    _root.endSuccess = false;
  5.    _root.gotoAndPlay("submit_score");
  6.    _root.currLvl = 0;
  7.    removeMovieClip(this);
  8. }
  9.